home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 61 / Mac Magazin and MacEasy Magazine CD - Issue 61.iso / Software / Online / Fetch-O-Matic 2.2 / Fetch-O-Matic Auxiliary / Fetch-O-Matic Settings < prev    next >
Text File  |  1999-07-24  |  14KB  |  263 lines

  1. ############              Fetch-O-Matic Settings File           #############
  2.  
  3. #A pound sign (#) begins every comment line such as this one (all such lines
  4. #are ignored when this file is accessed). There are two columns of data in each
  5. #of various sections below. Rewrite column 2 to conform to your situation.
  6. #Don't change anything in column 1. The number of spaces before column 2 is
  7. #not important, but use spaces only, not tabs. If the text you are inserting 
  8. #wraps to the next line that is OK; unless you have typed <return> it will be
  9. #read as a continuation, not as a new line. But do make sure that there is a
  10. #<return> after each line of data, and be sure not to insert any spaces after
  11. #the column 2 entry and before the return (this could cause an error in reading
  12. #the entry, since Mac filenames, for example, can include spaces). Extra
  13. #returns (blank lines) are ignored.
  14.  
  15. #In this first section, include the trailing directory delimiter in the home
  16. #(site root) and remote directory names, and begin the remoteHome name with a
  17. #slash. The localHome must have colon delimiters, and the remoteHome must
  18. #have slash delimiters. Use full pathnames. If the remote home is "/" then just
  19. #enter that single slash. Do not include the host name in remoteHome. If you
  20. #don't know your remoteHome path, log on to your site with Fetch and open the
  21. #"Fetch Transcript" window. Just above the listing of your site root will be a
  22. #line '"</.....>" is current directory'. Copy this path (and end with a slash).
  23.  
  24. localHome         MyHardDrive:MaybeAFolderOrTwo:MySiteRootFolder:
  25. remoteHome       /some_dir/maybe_another_dir/my_site_root_dir/
  26.  
  27. #In the following section, enter the name of your server, your logon name, and
  28. #password preferences. The password preferences have three choices: 1. Enter
  29. #your password (the passWordSave entry will be ignored in this case), and
  30. #you'll never be asked for it by the applications: security = none; 2. Leave
  31. #the passWord line blank, set passwordSave to anything except N; you'll be
  32. #asked for it once by each F-O-M application: security = poor; or 3. Leave the
  33. #passWord line blank, set passwordSave to N; you'll have to type in the
  34. #password every time you run an application that signs on: security = good. If
  35. #you elect option 2, your password is reasonably secure (stored encrypted), but
  36. #anyone can log into your site from your machine. If using option 2, to change
  37. #your password, just change the passWordSave letter to something (anything)
  38. #else, which will re-trigger a query for a password. You may change the
  39. #password options at any time.
  40.  
  41. remoteHost       my_host.com
  42. logOnName        my_logon_name
  43. passWordSave     N
  44. passWord         
  45.  
  46. #The following two files may be renamed and/or moved, but must exist within
  47. #the site on both local and remote machines. Do not include the path from
  48. #desktop to (local) root, but do include any subsequent path (deeper than the
  49. #site root) using colon delimiters. For example, if your changesFile is in
  50. #your site in a directory called "site_admin" at the root of your site, the
  51. #listing should read:  changesFile      site_admin:1changes.txt 
  52. #and so forth. Colons (if present) are automatically changed to slashes by
  53. #Fetch-O-matic when accessing the remote copies of these files. You may use the
  54. #default names below. These files will be automatically created by the
  55. #FetchProfile application with the names as entered here.
  56.  
  57. changesFile      1changes.txt
  58. messageFile      2messages.txt
  59.  
  60. #If you have a folder within your local site copy whose contents you do not
  61. #wish to be added to the To Upload list by FetchNewLocal, enter it here. Do not
  62. #include the path from desktop to (local) root, but do include any subsequent
  63. #path (deeper than the root) using colon delimiters, and conclude with a colon,
  64. #as:   ignoreFolder    MaybeAFolderInMySiteRoot:dontUploadMyContents:   If you
  65. #don't have such a folder, leave this setting blank.
  66.  
  67. ignoreFolder     
  68.  
  69. #Your name or initials as will be automatically written to the changesFile. 
  70. #You must enter a name even if you are the only one accessing your site.
  71.  
  72. myName           JohnDoe
  73.  
  74. #This item has four options. If using PPP and Open Transport with the "PPP"
  75. #control panel or the newer (System 8.5 and later) "Remote Access" control
  76. #panel, and either the "PPP Commands" or the "Remote Access Commands" Scripting
  77. #Addition is installed, set to "O" (for "Open"). If using Open Transport or
  78. #MacTCP with FreePPP version 2.6 or later, with the supplied FreePPP Control
  79. #Scripting Addition, set to "F" (for "FreePPP"). If using MacTCP with MacPPP
  80. #or FreePPP versions 2.5 or earlier, with the supplied MacPPP Control Scripting
  81. #Addition, set to "M" (for "MacPPP").Otherwise (or if you don't want
  82. #Fetch-O-Matic to deal with your internet connection at all) set to "N". (Note:
  83. #see the last paragraph of the "Installation" section of the documentation if
  84. #using MacTCP). ("N" is the correct setting for all cable modem, ADSL, ISDN,
  85. #T1, and similar internet connections).
  86.  
  87. usePPP           O
  88.  
  89. #The behavior when Fetch-O-Matic applications terminate. Set to "N" if you 
  90. #never want them to close (hang up) a connection; set to "Y" if you want them
  91. #to always close the connection, and set to "D" for "Depends..."; if a 
  92. #connection was already open when the application ran, it will leave it open; 
  93. #otherwise it will close it. This setting can be temporarily overridden by
  94. #holding the command key down at launch.
  95.  
  96. closeLink        D
  97.  
  98. #Set to Y to have successfully uploaded and downloaded files automatcally
  99. #removed from the To Upload and To Download files; set to N otherwise. Removal
  100. #only occurs after a transfer has been successfully concluded. You must enable
  101. #this option to be able to add files to an upload in progress. Default is Y.
  102.  
  103. autoRemove       Y
  104.  
  105. #Since your Activity Log file and changesFile grow indefinitely, you can
  106. #choose to be alerted when their size surpasses the number (in bytes) set
  107. #here. Set to 0 (zero) if you never want to see this alert. Default setting is
  108. #80000.
  109.  
  110. alertSize       80000
  111.  
  112. #The name of your preferred text application: do not use any path. You will
  113. #be asked to locate this application the first time you run any Fetch-O-Matic
  114. #application. Enter the name exactly as it appears on your drive.   Otherwise,
  115. #if the name doesn't correspond exactly, you will be asked to locate the
  116. #application each time you run a Fetch-O-Matic application. If you later 
  117. #decide to use a different text application you'll need to enter the new name 
  118. #here. SimpleText cannot handle large files so do not use it for large sites. 
  119. #Otherwise, almost any text application or word processor can be used. This
  120. #entry _is_ case-sensitive, as are the other application names.
  121.  
  122. textApp        BBEdit 5.0
  123.  
  124. #The name of application Fetch, without path. The purpose of this setting is
  125. #to enable you to have more than one version of Fetch, and choose which one to
  126. #use. Enter the name exactly as it appears on your drive, or else you will be
  127. #asked for it each time you run a Fetch-O-Matic application. If you have two
  128. #versions they MUST have different names; since no path is specified, the
  129. #selection is by name & creator code alone.
  130.  
  131. fetchApp       Fetch 3.0.3
  132.  
  133. #set to Y if using List Files as a helper when browsing for files to upload
  134. #(recommended, faster); set to N otherwise. Don't set to Y if you don't have
  135. #List Files installed.
  136.  
  137. useListFiles   Y
  138.  
  139. #The name of application List Files, without path. If you're not using List
  140. #Files (i.e., the option useListFiles is set to N), then this option will be
  141. #ignored. However, if you set useListFiles to Y and do _not_ have List Files
  142. #installed, you will be asked to locate the application. You should cancel and
  143. #set useListFiles to N. If you select a different application by mistake it
  144. #will be accepted (but it won't work, of course). Running FetchNewLocal again
  145. #will correct the error - you'll be asked to locate List Files every time until
  146. #the name of the file you choose matches what's here. 
  147.  
  148. listApp     List Files FAT
  149.  
  150. #To have Fetch-O-Matic applications try to re-establish a dropped connection,
  151. #set to "Y" (default); otherwise, set to "N". A reason to set to "N" is if you
  152. #regularly download huge files; with reconnect off, you may be able to tell
  153. #Fetch to resume a partial download manually. If reconnect is set to "Y",
  154. #interrupted downloads and uploads will get restarted from the beginning of
  155. #the interrupted file, then will be followed by the remaining files in the
  156. #transfer queue.
  157.  
  158. reconnect     Y
  159.  
  160. #Close Fetch connection to server: This setting determines the behavior of
  161. #Fetch-O-Matic applications when they are finished with an FTP session. The
  162. #default is Y, which will cause Fetch to close the connection to the server. If
  163. #you wish this connection held open, set to N. (If set to N, the closeLink
  164. #setting will be ignored).
  165.  
  166. closeFTP Y
  167.  
  168. #Ignore the remote changesFile: You may choose to ignore this file if a) you
  169. #always upload from one location only, and b) no one else is uploading files.
  170. #In this situation, since there is only once source for the remote file,
  171. #checking it is not necessary. The only advantage gained is that you save a
  172. #little time uploading and downloading this file. The default ignoreChanges
  173. #setting is "N". WARNING: setting this to "Y" will disable the multi-user and
  174. #multi-location features of Fetch-O-Matic. Furthermore, if you later change
  175. #your mind you will have to manually upload the changesFile at that time.
  176.  
  177. ignoreChanges N
  178.  
  179. #Registration Number: You may use Fetch-0-Matic 30 times without seeing a
  180. #reminder notice to register and pay the shareware fee. If you have registered,
  181. #enter the your registration code below. This will eliminate the registration
  182. #dialogs which will otherwise begin to appear.
  183.  
  184. regCode      xxx
  185.  
  186. ###############################################################################
  187.  
  188. #Special-purpose settings: Leave these settings blank if not applicable.
  189.  
  190. #Ignore files with certain extensions: Enter a list of such file extensions
  191. #with comma separators and with no spaces, such as
  192. #ignoreFiles   .dir,.cst,.lck,.psd,.pla,.plx,.snd
  193. #These extensions may each have any number of characters, and there can be as
  194. #many of them as you like, but they must all begin with a period. No files with
  195. #the extensions entered here will be added to the To Upload list. Leave this
  196. #setting blank if you don't have any such files. In the case of files with
  197. #multiple extensions, they are handled as in the following examples: if a file
  198. #has extension .sit.hqx, if you enter ".hqx" you will exclude it and all other
  199. #.hqx files. If you instead enter ".sit.hqx", you will still exclude that file
  200. #but will now include files ending in .hqx alone as well as other
  201. #multiple-extension files such as .cpt.hqx. In other words, the extension
  202. #entered must match exactly from back to front for an exclusion to occur.
  203.  
  204. ignoreFiles
  205.  
  206. #Dual-server settings: If your site has a second machine (with a different IP
  207. #address, but logically within the site, for example to serve streaming video),
  208. #enter its parameters just as done for the primary machine. The altDirHead
  209. #setting specifies the start of the names of any directories on your local
  210. #mirror whose contents are destined for the alternate server. The altDirHead
  211. #can be as short as a single character or it can encompass a path of any
  212. #length. Any directory (and its subdirectories) whose local path (i.e. within
  213. #the local root) commences with altDirHead will be related to the alternate
  214. #server instead of the primary one. For example: in the root of your local
  215. #mirror there are 3 directories named video, video1, video2. If you set
  216. #altDirHead to video then anything in all of these directories will be destined
  217. #for the alternate server. If you set altDirHead to video1, only the contents
  218. #of video1 will be so directed. This works of course for downloads as well as
  219. #for uploads. (The altPassWord entry and storage is handled according to the
  220. #preference set in the passWordSave line for the primary server).
  221.  
  222. altPassWord 
  223. altLogOnName 
  224. altRemoteHost 
  225. altRemoteHome 
  226. altDirHead 
  227.  
  228. ###############################################################################
  229.  
  230. #The following settings affect only the FetchHarvest application. If you do
  231. #not use it then you don't need to change these default settings.
  232.  
  233. #Make new folders: FetchHarvest may be configured to create a new local folder
  234. #with a unique time-stamp name for each download session. If this is the 
  235. #desired behaviour, set to "Y". Otherwise, set to "N". If there is nothing to
  236. #download, no folder will be created (there will be no empty folders). The
  237. #created folders will appear in the localHome directory, effectively adding a
  238. #level to the local hierarchy.
  239.  
  240. timeStampFolders N
  241.  
  242. #Download time of day: FetchHarvest can be set to check regularly at either
  243. #a specified interval, or at specified times of the day. If you wish it to
  244. #check at particular times, enter the times here, in 24-hour time format, with
  245. #commas as separators and without spaces, as in this example: 
  246. #harvestTimes   09:30,12:30,15:02,18:45
  247. #FetchHarvest will always ask for an interval when the application is run, but
  248. #if times are specified this interval is ignored. There is no limit to the
  249. #number of specified times, and a single time is also acceptable. As with all
  250. #settings, if the entry wraps to the next line it will still be read properly.
  251.  
  252. harvestTimes 
  253.  
  254. #Minimize online time: FetchHarvest needs to determine which files to download
  255. #after looking through the remote site. If there are many files for it to sort
  256. #through, this could take some time. To have FetchHarvest consult the closeLink
  257. #setting after its information-gathering phase, set to N. (If FetchHarvest then
  258. #determines there are files to download, it will reconnect and proceed). If
  259. #set to Y, FetchHarvest will stay online until the entire process is complete.
  260.  
  261. onWhileDigesting Y
  262.  
  263.